BorderModel Enumeration

Represents what border model to use when creating a table with a border.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum BorderModel

Members

Collapsing0 When two adjacent cells have different borders, the wider border appears as the border between the cells. Each cell receives half of the width of the border.
Separating1 Borders appear within the cell that specifies the border.
None2 None.

See Also